Click or drag to resize

SipClientRefer Method (ContactInfo, ContactInfo, Contact, String, String)

Transfers call to resource specified with the referTo parameter.

Namespace:  Independentsoft.Sip
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public RequestResponse Refer(
	ContactInfo from,
	ContactInfo to,
	Contact contact,
	string referTo,
	string refferedBy
)

Parameters

from
Type: Independentsoft.SipContactInfo
A ContactInfo contains address and display name of the sender of the request.
to
Type: Independentsoft.SipContactInfo
A ContactInfo contains address and name of the recipient.
contact
Type: Independentsoft.SipContact
A Contact contains user's contact address and name. Usually the address contains user's IP address and port.
referTo
Type: SystemString
A string contains address of the user to refer to.
refferedBy
Type: SystemString
A string contains address of the user reffered by.

Return Value

Type: RequestResponse
A RequestResponse containing sent Request and received appropriate Response.
See Also